SendNActionRequest<TQuery> Method

Summary
Sends the N action request to the specified scp.
Syntax
C#
VB
C++
public DicomCommandStatusType SendNActionRequest<TQuery>( 
   DicomScp Scp, 
   TQuery Query, 
   int action, 
   string instance 
) 
  
Public Overloads Function SendNActionRequest(Of TQuery)( _ 
   ByVal Scp As DicomScp, _ 
   ByVal Query As TQuery, _ 
   ByVal action As Integer, _ 
   ByVal instance As String _ 
) As DicomCommandStatusType 
public: 
DicomCommandStatusType SendNActionRequestgeneric<typename TQuery> 
(  
   DicomScp^ Scp, 
   _TQuery^_ Query, 
   int action, 
   String^ instance 
)  

Parameters

Scp
The peer connection to send the N-ACTION request to.

Query
Holds information specific to the N-ACTION request.

action
The action to be performed.

instance
The instance to be affected by this request.

Type Parameters

TQuery
The type of the query.

Return Value

The status of the operation.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.